Dynamicweb 8 Documentation
ListEditor<T> Class
Members 

Item value type.
Represents a list editor.
Syntax
'Declaration
 
Public MustInherit Class ListEditor(Of T) 
   Inherits Editor 
   Implements IList 
public abstract class ListEditor<T> : Editor, IList  
Type Parameters
T
Item value type.
Inheritance Hierarchy

System.Object
   Dynamicweb.Content.Items.Editors.Editor
      Dynamicweb.Content.Items.Editors.ListEditor<T>
         Dynamicweb.Content.Items.Editors.CheckboxListEditor<T>
         Dynamicweb.Content.Items.Editors.DropDownListEditor<T>
         Dynamicweb.Content.Items.Editors.EditableListEditor
         Dynamicweb.Content.Items.Editors.RadioButtonListEditor<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListEditor<T> Members
Dynamicweb.Content.Items.Editors Namespace

Send Feedback